const runtime._STB_GLOBAL

2 uses

	runtime (current package)
		vdso_linux.go#L46: 	_STB_GLOBAL = 1 /* Global symbol */
		vdso_linux.go#L217: 		if typ != _STT_FUNC && typ != _STT_NOTYPE || bind != _STB_GLOBAL && bind != _STB_WEAK || sym.st_shndx == _SHN_UNDEF {